home *** CD-ROM | disk | FTP | other *** search
/ 2,000 Abstracts of Original Investigations - Sleep / Sleep: 2,000 Abstracts of Original Investigations.iso / index / style / style.ddd next >
Text File  |  2000-05-07  |  2KB  |  85 lines

  1. # style.ddd    1.7 - 1/18/94
  2. # @(#)Copyright (C) 1987-1994 Verity, Inc.
  3. #
  4. # Document Dataset Descriptor
  5. #
  6. $control: 1
  7. descriptor:
  8.   /collection = yes
  9. {
  10.   data-table:    _df
  11.     /num-records=1
  12.     /max-records=1
  13.   {
  14.     # Header information for partition management
  15.     constant:    _DBVERSION    text "vdk060"
  16.     fixwidth:    _DDDSTAMP    4  date
  17.     fixwidth:    _DOCIDX        12 text
  18.     fixwidth:    _PARTDESC    32 text
  19.   }
  20.   data-table:    _df
  21.     /offset=64
  22.   {
  23.     # Required internal fields per document
  24.     autoval:    _STYLE        sirepath
  25.     fixwidth:    _DOCID        4 unsigned-integer
  26.     fixwidth:    _SECURITY    4 unsigned-integer
  27.   }
  28.  
  29.   data-table:    dkf
  30.   {
  31.     # Must have a VdkVgwKey - this is the primary key to the document
  32.     # The field type can be changed to fixwidth integer or text as needed
  33.     varwidth:   VdkVgwKey    dkv
  34.       /indexed = yes
  35.       /minmax  = yes
  36.   }
  37.  
  38.   data-table:    ddf
  39.   {
  40.     # User fields go here. Default is a single dispatch field 
  41. # End  of TOPIC specific fields  (from topic31.ddd)
  42. # Beginning of ADOBE specific fields
  43.     fixwidth:    Exists        1 unsigned-integer
  44.     fixwidth:    IsAChunk    1 unsigned-integer
  45.     fixwidth:    LargeDoc    1 unsigned-integer
  46.     fixwidth:    StartPage    4 unsigned-integer
  47.     fixwidth:    EndPage        4 unsigned-integer
  48.     fixwidth:    StartPageFrom    4 unsigned-integer
  49.     fixwidth:    EndPageAt    4 unsigned-integer
  50.  
  51.     varwidth:    FileName    xya
  52.     varwidth:    PageMap        xya
  53.     fixwidth:    NumPages    4 unsigned-integer      
  54.     fixwidth:    PermanentID    32 text
  55.     fixwidth:    WXEVersion    1 unsigned-integer
  56.  
  57.  
  58.         varwidth:    FTS_Title        xyb
  59.         varwidth:    FTS_Subject        xyd
  60.         varwidth:    FTS_Author        xyc
  61.         varwidth:    FTS_Keywords        xye
  62.         varwidth:    FTS_Creator        xya
  63.         varwidth:    FTS_Producer        xya
  64.         fixwidth:    FTS_CreationDate        4    xdate
  65.         fixwidth:    FTS_ModificationDate        4    xdate
  66.  
  67.     dispatch:    DOC
  68.     varwidth:    DOC_FN        ddv
  69.   }
  70.  
  71.   data-table:    uid
  72.   {
  73.     fixwidth:    InstanceID        32 text
  74.     /indexed = yes
  75.   }
  76.  
  77.   data-table:    drd
  78.   {
  79.     varwidth:    DirID        ddc
  80.     /indexed = yes
  81.   }
  82.  
  83.  
  84. }
  85.